wyq 3 vuotta sitten
vanhempi
commit
5f2c62890e

+ 1 - 1
src/components/icss/dept/DeptManage.vue

@@ -439,7 +439,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/disease/ChemicalAndCommonMapping.vue

@@ -438,7 +438,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/drug/DrugManage.vue

@@ -432,7 +432,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/fusion/Fusion.vue

@@ -430,7 +430,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/lis/Lis.vue

@@ -441,7 +441,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/nursing/nursing.vue

@@ -439,7 +439,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/operation/Operation.vue

@@ -440,7 +440,7 @@ export default {
 
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/pacs/Pacs.vue

@@ -436,7 +436,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/scale/ScaleManage.vue

@@ -437,7 +437,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/tcmdisease/tcmdisease.vue

@@ -446,7 +446,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'

+ 1 - 1
src/components/icss/tcmdrome/tcmdrome.vue

@@ -446,7 +446,7 @@ export default {
       this.uploadInfo = '导入中...';
       api.importExcelDataVerify(formData, header).then(res => {
         if (res.data.code === '00020001') {
-          this.$confirm(`${res.data.msg}`, '提示1', {
+          this.$confirm(`${res.data.msg}`, '提示', {
             confirmButtonText: '确定',
             cancelButtonText: '取消',
             type: 'warning'