manage-client 3.2.186 → 3.2.187
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@ let MagGetSaleParam = {
|
|
|
13
13
|
async initinputtor(){
|
|
14
14
|
let res = await Vue.resetpost('rs/sql/getAlluserRes', {data:{
|
|
15
15
|
condition:" 1=1"
|
|
16
|
-
}}, {resolveMsg: null, rejectMsg: '获取用户出错!!!'})
|
|
16
|
+
}}, {newly:true, resolveMsg: null, rejectMsg: '获取用户出错!!!'})
|
|
17
17
|
if(res.data){
|
|
18
18
|
MagGetSaleParam.inputtors = res.data;
|
|
19
19
|
}
|
|
@@ -26,7 +26,7 @@ let MagGetSaleParam = {
|
|
|
26
26
|
}
|
|
27
27
|
let res = await Vue.resetpost('rs/sql/manage_singleTable', {data:{
|
|
28
28
|
items: 'f_small_area', tablename: 't_user_address', orderitem: 'f_small_area DESC',condition:condition
|
|
29
|
-
}}, {resolveMsg: null, rejectMsg: '获取区域出错!!!'})
|
|
29
|
+
}}, {newly:true,resolveMsg: null, rejectMsg: '获取区域出错!!!'})
|
|
30
30
|
if(res.data){
|
|
31
31
|
res.data.forEach((item) => {
|
|
32
32
|
var param={
|