ソースを参照

成本分配表-保存成功提示

jbb 2 年 前
コミット
4e1cd7139f
1 ファイル変更1 行追加2 行削除
  1. 1 2
      src/views/reportForms/cost-allocation-table.vue

+ 1 - 2
src/views/reportForms/cost-allocation-table.vue

@@ -918,11 +918,10 @@ export default {
          var json = this.detailsPlanNum
          json.outdata=moment(json.outdata).format('YYYY-MM-DD hh:mm:ss')
         addHalfInfo(json).then(res => {
-          that.isDisabled = false
+          this.isDisabled = false
           if (res.success) {
             console.log('保存的部分信息', halfInfo)
             this.$message.success('保存成功')
-
             halfInfo = {}
           }else{
             this.$message.error(res.message);