diff --git a/src/views/canteen/dish/material/components/MaterialDialog.vue b/src/views/canteen/dish/material/components/MaterialDialog.vue index dc58254b..e0bcb9cd 100644 --- a/src/views/canteen/dish/material/components/MaterialDialog.vue +++ b/src/views/canteen/dish/material/components/MaterialDialog.vue @@ -99,6 +99,16 @@ /> --> + + + + + + + + + + + + + + 搜索 重置 @@ -63,6 +70,7 @@ @@ -201,6 +209,7 @@ export default { "warehouseId": this.queryParams.warehouseId, "materialName": this.queryParams.materialName, "intoCode": this.queryParams.intoCode, + "expireState": this.queryParams.expireState, } stockExpireWarningPageApi(param).then(response => { this.tableListData = response.rows; diff --git a/src/views/foodManage/supplierManage/supplierList/index.vue b/src/views/foodManage/supplierManage/supplierList/index.vue index 34dcc4c8..198eca73 100644 --- a/src/views/foodManage/supplierManage/supplierList/index.vue +++ b/src/views/foodManage/supplierManage/supplierList/index.vue @@ -804,7 +804,7 @@ export default { deptId:225 } listUserAll(param).then((response) => { - this.supplierUserList = response.rows + this.supplierUserList = response.rows; // this.total = response.total }) }, @@ -902,8 +902,9 @@ export default { this.form.categoryModelList.forEach(item=>{ arr.push(item.categoryId) }) - this.$set(this.form,"categoryIdList",arr) - this.$set(this.form,"supplierUserId",Number(row.supplierUserId)) + this.$set(this.form,"categoryIdList",arr) + this.$set(this.form,"supplierUserId",Number(row.supplierUserId)) + this.open = true; this.title = "修改"; }, @@ -914,6 +915,7 @@ export default { }, // 表单重置 reset() { + this.getSupplierUserList() this.activeName='baseInfo' this.fileList1=[] this.idCardImgZ=[]