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

update:修改注释代码

parent 2ee3cd83
......@@ -1282,10 +1282,10 @@ export default {
this.curTaskInfo = row;
this.getMaterialUsageRecordList();
},
getCode(row){
this.usePersonData = row
this.userTempVisible=true;
},
getCode(row){
this.usePersonData = row
this.userTempVisible=true;
},
toggleAllSelection(checked, arr) {
// console.log(arr, 'this.tableSelectData');
this.tableSelectData = arr;
......@@ -1533,7 +1533,7 @@ export default {
attr1: this.stopReason
})
.then((res) => {
if (res.code === 200) {showToast || true
if (res.code === 200) {
const showToast = showToast === false? false: true
if(showToast) {
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