找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 243|回复: 0

vue函数,请求,结构

[复制链接]

231

主题

2

回帖

826

积分

管理员

积分
826
发表于 2024-9-9 22:37:34 | 显示全部楼层 |阅读模式
determineUp(formName) {
      this.$refs[formName].validate((valid) => {
        if (valid) {
          var fjString = [];
          this.fundSuFileList.forEach(e => {
            fjString.push(e.url);
          });
          this.INVOICEBATCH_RETUPLOADRESULT({
            id: this.info.id,
cmd: 3,
            ret_success_url: fjString.toString(),
            ret_success_cause: this.ruleFormBh.desc
          }).then(res => {
//console.log(res)
            this.$message.success("更新返佣状态成功!");
            this.$refs.popup.isShow = false;
this.$parent.getList();
          }).catch(err => {});
        }
      });
    },

微信扫一扫,分享更方便

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|代码人 ( 皖ICP备17023346号-3|京公网安备11011402054264号 )

GMT+8, 2024-12-23 10:54 , Processed in 0.116380 second(s), 30 queries .

© 2024 Daimaren.com 版权所有

快速回复 返回顶部 返回列表