Commit 7b497ea8 authored by 张海景's avatar 张海景

update:修改注释代码

parent 2ee3cd83
...@@ -1282,10 +1282,10 @@ export default { ...@@ -1282,10 +1282,10 @@ export default {
this.curTaskInfo = row; this.curTaskInfo = row;
this.getMaterialUsageRecordList(); this.getMaterialUsageRecordList();
}, },
getCode(row){ getCode(row){
this.usePersonData = row this.usePersonData = row
this.userTempVisible=true; this.userTempVisible=true;
}, },
toggleAllSelection(checked, arr) { toggleAllSelection(checked, arr) {
// console.log(arr, 'this.tableSelectData'); // console.log(arr, 'this.tableSelectData');
this.tableSelectData = arr; this.tableSelectData = arr;
...@@ -1533,7 +1533,7 @@ export default { ...@@ -1533,7 +1533,7 @@ export default {
attr1: this.stopReason attr1: this.stopReason
}) })
.then((res) => { .then((res) => {
if (res.code === 200) {showToast || true if (res.code === 200) {
const showToast = showToast === false? false: true const showToast = showToast === false? false: true
if(showToast) { if(showToast) {
this.$u.toast('变更成功'); this.$u.toast('变更成功');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment