修改备案操作
Showing
2 changed files
with
10 additions
and
10 deletions
... | @@ -566,7 +566,7 @@ | ... | @@ -566,7 +566,7 @@ |
566 | handleSelect (val) { | 566 | handleSelect (val) { |
567 | let that = this | 567 | let that = this |
568 | let bsmSldy = window.currentSelect.bsmSldy ? window.currentSelect.bsmSldy : '' | 568 | let bsmSldy = window.currentSelect.bsmSldy ? window.currentSelect.bsmSldy : '' |
569 | this.$confirm('是否同步材料信息?', '提示', { | 569 | this.$confirm('是否使用备案内容及材料信息?', '提示', { |
570 | confirmButtonText: '确定', | 570 | confirmButtonText: '确定', |
571 | cancelButtonText: '取消', | 571 | cancelButtonText: '取消', |
572 | distinguishCancelAndClose: true,//区分取消与关闭 | 572 | distinguishCancelAndClose: true,//区分取消与关闭 |
... | @@ -584,10 +584,10 @@ | ... | @@ -584,10 +584,10 @@ |
584 | } | 584 | } |
585 | }) | 585 | }) |
586 | }).catch(action => { | 586 | }).catch(action => { |
587 | if (action == 'cancel') { | 587 | // if (action == 'cancel') { |
588 | that.$emit("updateDetail", _.cloneDeep({ ...val, sqrlx: '2' })); | 588 | // that.$emit("updateDetail", _.cloneDeep({ ...val, sqrlx: '2' })); |
589 | that.$emit("input", false); | 589 | // that.$emit("input", false); |
590 | } | 590 | // } |
591 | }) | 591 | }) |
592 | }, | 592 | }, |
593 | /** | 593 | /** | ... | ... |
... | @@ -565,7 +565,7 @@ | ... | @@ -565,7 +565,7 @@ |
565 | handleSelect (val) { | 565 | handleSelect (val) { |
566 | let that = this | 566 | let that = this |
567 | let bsmSldy = window.currentSelect.bsmSldy ? window.currentSelect.bsmSldy : '' | 567 | let bsmSldy = window.currentSelect.bsmSldy ? window.currentSelect.bsmSldy : '' |
568 | this.$confirm('是否同步材料信息?', '提示', { | 568 | this.$confirm('是否备案内容及材料信息?', '提示', { |
569 | confirmButtonText: '确定', | 569 | confirmButtonText: '确定', |
570 | cancelButtonText: '取消', | 570 | cancelButtonText: '取消', |
571 | distinguishCancelAndClose: true,//区分取消与关闭 | 571 | distinguishCancelAndClose: true,//区分取消与关闭 |
... | @@ -583,10 +583,10 @@ | ... | @@ -583,10 +583,10 @@ |
583 | } | 583 | } |
584 | }) | 584 | }) |
585 | }).catch(action => { | 585 | }).catch(action => { |
586 | if (action == 'cancel') { | 586 | // if (action == 'cancel') { |
587 | that.$emit("updateDetail", _.cloneDeep({ ...val, sqrlx: '2' })); | 587 | // that.$emit("updateDetail", _.cloneDeep({ ...val, sqrlx: '2' })); |
588 | that.$emit("input", false); | 588 | // that.$emit("input", false); |
589 | } | 589 | // } |
590 | }) | 590 | }) |
591 | }, | 591 | }, |
592 | /** | 592 | /** | ... | ... |
-
Please register or sign in to post a comment