Commit b7c0f379 by LJM

bug

parent edd950f6
......@@ -75,7 +75,7 @@ export default {
list: [],
searchParams: {
page: 1,
limit: 100,
limit: 1000,
erp_order_sn: '', //入仓号
ask_customer_status: 1 //等待回复 商务已回复
}
......
......@@ -123,8 +123,8 @@ export default {
}
});
},
changeWatch(ask_customer_id) {
this.request(API.changeWatch, 'GET', { ask_customer_id: ask_customer_id }, true).then(res => {
changeWatch(id) {
this.request(API.changeWatch, 'GET', { ask_customer_problem_list_id: id }, true).then(res => {
if (res.err_code === 0) {
uni.showToast({
title: '操作成功',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment