Commit e21a1a8a by Jings

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

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