Browse Source

修改bug

lichao 3 years ago
parent
commit
612f67ab0d
1 changed files with 2 additions and 2 deletions
  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;
         })