代码人»首页 技术广场 Vue 查看内容

vue函数,请求,结构

280

主题

2

回帖

1065

积分

管理员

积分
1065
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 => {});
        }
      });
    },

微信扫一扫,分享更方便

上一篇: 手机号正则校验

下一篇: 修改列颜色

举报 回复