update 企标稽查计划
This commit is contained in:
+3
@@ -302,6 +302,9 @@ export default {
|
|||||||
if (this.currentNode === EsInspectionPlan.initiate.value) {
|
if (this.currentNode === EsInspectionPlan.initiate.value) {
|
||||||
// 人员信息的数据, 处理成对象
|
// 人员信息的数据, 处理成对象
|
||||||
personnelObj = this.$refs.personnelInfo.getDataObjVerify()
|
personnelObj = this.$refs.personnelInfo.getDataObjVerify()
|
||||||
|
if (!personnelObj) {
|
||||||
|
return reject(new Error())
|
||||||
|
}
|
||||||
// List拆成数组
|
// List拆成数组
|
||||||
for (const key in personnelObj) {
|
for (const key in personnelObj) {
|
||||||
if (personnelObj[key] && key.includes('List')) {
|
if (personnelObj[key] && key.includes('List')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user