|
@@ -158,11 +158,10 @@ export default {
|
|
let datas = { ...this.modalForm };
|
|
let datas = { ...this.modalForm };
|
|
const data = await onlineActivation(datas).catch(() => {});
|
|
const data = await onlineActivation(datas).catch(() => {});
|
|
this.loading = false;
|
|
this.loading = false;
|
|
|
|
+ this.search();
|
|
|
|
|
|
if (!data) return;
|
|
if (!data) return;
|
|
-
|
|
|
|
this.$message.success("操作成功!");
|
|
this.$message.success("操作成功!");
|
|
- this.search();
|
|
|
|
},
|
|
},
|
|
async toExport() {
|
|
async toExport() {
|
|
if (this.downloading) return;
|
|
if (this.downloading) return;
|