Browse Source

文字修改

wyq 3 years atrás
parent
commit
16c63338c9

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

@@ -470,7 +470,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/cdssManage/disease/Disease.vue

@@ -452,7 +452,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/cdssManage/fusion/Fusion.vue

@@ -459,7 +459,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/cdssManage/lis/Lis.vue

@@ -473,7 +473,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/cdssManage/nursing/nursing.vue

@@ -469,7 +469,7 @@ export default {
       inp.value = '';
       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/cdssManage/operation/Operation.vue

@@ -473,7 +473,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/cdssManage/pacs/Pacs.vue

@@ -465,7 +465,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/cdssManage/scale/ScaleManage.vue

@@ -448,7 +448,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/cdssManage/tcmdisease/tcmdisease.vue

@@ -472,7 +472,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/cdssManage/tcmdrome/tcmdrome.vue

@@ -473,7 +473,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'