Browse Source

expense.vue

ggooalice 2 years ago
parent
commit
f7fef104ad

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

@@ -1036,7 +1036,7 @@ export default {
                     type:this.z, 
                     ticketNum:1,remark:null,totalAmount:0,}
                   this.invoiceList = []
-                  this.getNextCode()
+                  
               
             }
       });
@@ -1145,6 +1145,7 @@ export default {
                 message: this.$t('message.fillinsuccessfully'),
                 type: "success"
                 });
+                this.getNextCode()
             } else {
                 this.$message({
                 message: res.msg,

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -3360,6 +3360,7 @@ a {
             handleSizeChange(val) {
                 this.size = val;
                 localStorage.projectPageSize = this.size;
+                this.page = 1
                 this.getList();
             },