浏览代码

修改bug

lichao 3 年之前
父节点
当前提交
612f67ab0d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/workManagement/handoverSheet/detail.vue

+ 2 - 2
src/views/workManagement/handoverSheet/detail.vue

@@ -751,8 +751,8 @@ export default {
       }).then(() => {
         this.btnLoading = true
         submitConfirm({id: this.form.id}).then(res => {
-          console.log(res.data.data)
-          this.queryData(this.form.id)
+          this.$message.success('提交成功');
+          this.queryData(this.form.id);
         }).finally(() => {
           this.btnLoading = false;
         })