Commit e21a1a8a by Jings

fix: 删除模板重新获取数量接口

parent 0545b20f
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
* @version: 1.0.0 * @version: 1.0.0
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-03-20 14:36:37 * @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘 * @LastEditors: Drama
* @LastEditTime: 2020-08-26 10:01:07 * @LastEditTime: 2022-10-24 17:15:30
--> -->
<!-- <!--
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<app-detail ></app-detail> <app-detail ></app-detail>
--> -->
<template> <template>
<div class=" border-box p-lbr-20"> <div class="border-box p-lbr-20">
<div class="flex flex-space-between"> <div class="flex flex-space-between">
<div></div> <div></div>
<div> <div>
...@@ -116,6 +116,7 @@ export default { ...@@ -116,6 +116,7 @@ export default {
let resData = res.data; let resData = res.data;
if (resData.errorCode == 1) { if (resData.errorCode == 1) {
showMsg.showmsg('删除成功', 'success'); showMsg.showmsg('删除成功', 'success');
that.getTemplateCount();
that.getTableList(); that.getTableList();
return; return;
} }
......
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