|
@@ -4299,7 +4299,7 @@ export default {
|
|
this.fSbuOptions = response.rows;
|
|
this.fSbuOptions = response.rows;
|
|
});
|
|
});
|
|
queryClerkRoleList().then((response) => {
|
|
queryClerkRoleList().then((response) => {
|
|
- this.userOptions = response.rows;
|
|
|
|
|
|
+ this.userOptions = response.data;
|
|
});
|
|
});
|
|
listGoods({ fStatus: 0, delFlag: 0 }).then((response) => {
|
|
listGoods({ fStatus: 0, delFlag: 0 }).then((response) => {
|
|
this.goodsOptions = response.rows;
|
|
this.goodsOptions = response.rows;
|