|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="app-container">
|
|
<div class="app-container">
|
|
- <el-row type="flex" justify="space-around" style="margin-bottom: 20px">
|
|
|
|
|
|
+ <el-row type="flex" justify="space-between" style="margin-bottom: 20px">
|
|
<div class="grid-content bg-purple">
|
|
<div class="grid-content bg-purple">
|
|
<el-input
|
|
<el-input
|
|
placeholder="请输入供应商名称"
|
|
placeholder="请输入供应商名称"
|
|
@@ -74,6 +74,7 @@
|
|
element-loading-text="Loading"
|
|
element-loading-text="Loading"
|
|
border
|
|
border
|
|
fit
|
|
fit
|
|
|
|
+ ref="multipleTable"
|
|
highlight-current-row
|
|
highlight-current-row
|
|
@selection-change="handleSelectionChange"
|
|
@selection-change="handleSelectionChange"
|
|
@select-all="handleAll"
|
|
@select-all="handleAll"
|
|
@@ -528,6 +529,7 @@
|
|
message: res.msg,
|
|
message: res.msg,
|
|
});
|
|
});
|
|
this.$refs.multipleTable.clearSelection();
|
|
this.$refs.multipleTable.clearSelection();
|
|
|
|
+ this.multipleSelection="";
|
|
this.getAllList();
|
|
this.getAllList();
|
|
} else {
|
|
} else {
|
|
this.$message({
|
|
this.$message({
|
|
@@ -572,6 +574,7 @@
|
|
message: res.msg,
|
|
message: res.msg,
|
|
});
|
|
});
|
|
this.$refs.multipleTable.clearSelection();
|
|
this.$refs.multipleTable.clearSelection();
|
|
|
|
+ this.multipleSelection="";
|
|
this.getAllList();
|
|
this.getAllList();
|
|
} else {
|
|
} else {
|
|
this.$message({
|
|
this.$message({
|
|
@@ -616,6 +619,7 @@
|
|
message: res.msg,
|
|
message: res.msg,
|
|
});
|
|
});
|
|
this.$refs.multipleTable.clearSelection();
|
|
this.$refs.multipleTable.clearSelection();
|
|
|
|
+ this.multipleSelection="";
|
|
this.getAllList();
|
|
this.getAllList();
|
|
} else {
|
|
} else {
|
|
this.$message({
|
|
this.$message({
|
|
@@ -684,6 +688,7 @@
|
|
message: res.msg,
|
|
message: res.msg,
|
|
});
|
|
});
|
|
this.$refs.multipleTable.clearSelection();
|
|
this.$refs.multipleTable.clearSelection();
|
|
|
|
+ this.multipleSelection="";
|
|
this.getAllList();
|
|
this.getAllList();
|
|
} else {
|
|
} else {
|
|
this.$message({
|
|
this.$message({
|