Commit e0623e4e authored by hangjun83's avatar hangjun83

1、修复bug

parent ddaba43a
...@@ -139,7 +139,13 @@ export default { ...@@ -139,7 +139,13 @@ export default {
message: "请输入手续费费用", message: "请输入手续费费用",
}, ] }, ]
}, },
columns: [{ columns: [
{
title: "ID",
key: "id",
minWidth: 105,
},
{
title: "任务名称", title: "任务名称",
key: "name", key: "name",
minWidth: 105, minWidth: 105,
...@@ -294,7 +300,8 @@ export default { ...@@ -294,7 +300,8 @@ export default {
}, },
} }
], ],
orderColumns: [{ orderColumns: [
{
title: "品牌", title: "品牌",
key: "bCnName", key: "bCnName",
minWidth: 145, minWidth: 145,
...@@ -555,6 +562,7 @@ export default { ...@@ -555,6 +562,7 @@ export default {
cleanAll(){ cleanAll(){
this.$refs.form.resetFields(); this.$refs.form.resetFields();
this.selectRowData = []; this.selectRowData = [];
this.searchData =[];
}, },
exec(v) { exec(v) {
this.$Modal.confirm({ this.$Modal.confirm({
......
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