|
|
@@ -1193,7 +1193,8 @@ INTERFACE_EXPORT = (() => {
|
|
|
let Indexs = new emptyElement('Indexs');
|
|
|
Indexs.attrs = [{
|
|
|
name: "KeyId",
|
|
|
- value: projectData.keyIDData.indexs || uuid.v1()
|
|
|
+ // value: projectData.keyIDData.indexs || uuid.v1()
|
|
|
+ value: uuid.v1() //还是每次更新吧
|
|
|
}];
|
|
|
let feature = tenderProject.property.projectFeature ? tenderProject.property.projectFeature : [];
|
|
|
for (let f of feature) {
|