morphone1995 4 年之前
父节点
当前提交
d10561c628

+ 1 - 0
src/components/cdssManage/dept/DeptManage.vue

@@ -147,6 +147,7 @@ export default {
       });
       api.dataDeptVerify(formData, header).then(res => {
         if (res.data.code === '00020007') {
+          loading.close();
           this.$alert(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             type: 'warning'

+ 1 - 0
src/components/cdssManage/disease/Disease.vue

@@ -144,6 +144,7 @@ export default {
       });
       api.dataDiseaseVerify(formData, header).then(res => {
         if (res.data.code === '00020007') {
+          loading.close();
           this.$alert(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             type: 'warning'

+ 1 - 0
src/components/cdssManage/drug/DrugManage.vue

@@ -144,6 +144,7 @@ export default {
       });
       api.dataDrugVerify(formData, header).then(res => {
         if (res.data.code === '00020007') {
+          loading.close();
           this.$alert(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             type: 'warning'

+ 1 - 0
src/components/cdssManage/fusion/Fusion.vue

@@ -143,6 +143,7 @@ export default {
       });
       api.dataFusionVerify(formData, header).then(res => {
         if (res.data.code === '00020007') {
+          loading.close();
           this.$alert(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             type: 'warning'

+ 1 - 0
src/components/cdssManage/lis/Lis.vue

@@ -148,6 +148,7 @@ export default {
       });
       api.dataLisVerify(formData, header).then(res => {
         if (res.data.code === '00020007') {
+          loading.close();
           this.$alert(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             type: 'warning'

+ 1 - 0
src/components/cdssManage/operation/Operation.vue

@@ -148,6 +148,7 @@ export default {
       });
       api.dataOperationVerify(formData, header).then(res => {
         if (res.data.code === '00020007') {
+          loading.close();
           this.$alert(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             type: 'warning'

+ 1 - 0
src/components/cdssManage/pacs/Pacs.vue

@@ -143,6 +143,7 @@ export default {
       });
       api.dataPacsVerify(formData, header).then(res => {
         if (res.data.code === '00020007') {
+          loading.close();
           this.$alert(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             type: 'warning'