|
@@ -286,7 +286,10 @@
|
|
|
async _getInformation() {
|
|
async _getInformation() {
|
|
|
getInventoryPlanDetailById(this.planId).then((data) => {
|
|
getInventoryPlanDetailById(this.planId).then((data) => {
|
|
|
this.formData = data;
|
|
this.formData = data;
|
|
|
- this.getUserList({ groupId: data.executeGroupId });
|
|
|
|
|
|
|
+ if(data.executeGroupId) {
|
|
|
|
|
+ this.getUserList({ groupId: data.executeGroupId });
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
this.tableData = data.planDetailVOS;
|
|
this.tableData = data.planDetailVOS;
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|