瀏覽代碼

切换每页条数bug修改

zhouna 5 年之前
父節點
當前提交
0c3b01af89

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

@@ -143,7 +143,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

@@ -131,7 +131,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

@@ -126,7 +126,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

@@ -133,7 +133,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

@@ -120,7 +120,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

@@ -138,7 +138,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

@@ -138,7 +138,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

@@ -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();
       },
       getValue(val) {

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

@@ -147,7 +147,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

@@ -126,7 +126,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

@@ -175,7 +175,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

@@ -178,7 +178,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

@@ -149,7 +149,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

@@ -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();
       },
       addModule() {

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

@@ -197,7 +197,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

@@ -138,7 +138,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

@@ -126,7 +126,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

@@ -143,7 +143,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

@@ -143,7 +143,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

@@ -153,7 +153,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() {