Procházet zdrojové kódy

Merge branch 'termMap0909' into test

wyq před 3 roky
rodič
revize
bd488f9a15

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

@@ -514,7 +514,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',

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

@@ -514,7 +514,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',

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

@@ -530,7 +530,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',

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

@@ -506,7 +506,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',

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

@@ -519,7 +519,7 @@ export default {
             r.onload = function() {
               if (this.result) {
                 const code = JSON.parse(this.result);
-                if (code.code === '00020004') {
+                if (code.code === '00020004' || code.code === '00020007') {
                   that
                     .$alert(`${code.msg}`, '提示', {
                       confirmButtonText: '确定',

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

@@ -514,7 +514,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',

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

@@ -516,7 +516,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',

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

@@ -512,7 +512,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',

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

@@ -513,7 +513,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',

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

@@ -521,7 +521,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',

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

@@ -521,7 +521,7 @@ export default {
           r.onload = function() {
             if (this.result) {
               const code = JSON.parse(this.result);
-              if (code.code === '00020004') {
+              if (code.code === '00020004' || code.code === '00020007') {
                 that
                   .$alert(`${code.msg}`, '提示', {
                     confirmButtonText: '确定',