Browse Source

Merge remote-tracking branch 'origin/diagBaseCopy' into test

zhouna 5 years ago
parent
commit
4e2fb80131

+ 1 - 1
src/components/diagBase/DiagBase.vue

@@ -144,7 +144,7 @@ export default {
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
         getDropList() {

+ 1 - 1
src/components/diagBase/QuestionWords.vue

@@ -132,7 +132,7 @@ export default {
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
         getValue(val) {

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

@@ -127,7 +127,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
         getDataList(isTurnPage) {

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

@@ -134,7 +134,7 @@ export default {
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
         getDataList(isTurnPage) {

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

@@ -121,7 +121,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
         getDataList(isTurnPage) {

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

@@ -139,7 +139,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       getDropList() {

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

@@ -139,7 +139,7 @@ export default {
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
         toggTab(item){

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

@@ -146,7 +146,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       getValue(val) {

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

@@ -148,7 +148,7 @@ export default {
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
         getValue(val) {

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

@@ -127,7 +127,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       addMedicalMultR(){

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

@@ -176,7 +176,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       reloadLib(){

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

@@ -179,7 +179,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       addMedicalR(){

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

@@ -150,7 +150,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       addMedicalPrompt(){

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

@@ -128,7 +128,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       addModule() {

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

@@ -198,7 +198,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       getSubTemplate() {

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

@@ -139,7 +139,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       getProdType(item){

+ 1 - 1
src/components/medicalTerm/AssistCheckSon.vue

@@ -127,7 +127,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
         getDataList(isTurnPage) {

+ 1 - 1
src/components/preTreat/CombinQuestion.vue

@@ -144,7 +144,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       getDropList() {

+ 1 - 1
src/components/preTreat/QuestionModules.vue

@@ -144,7 +144,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       getDropList() {

+ 1 - 1
src/components/preTreat/SimpleQuestion.vue

@@ -154,7 +154,7 @@
     methods: {
       handleSizeChange(val){
         this.pageSize = val;
-        this.currentPage = utils.getCurrentPage(this.currentChange, this.total, this.pageSize);
+        this.currentPage = utils.getCurrentPage(this.currentPage, this.total, this.pageSize);
         this.getDataList();
       },
       getDropList() {