Tony Kang пре 2 година
родитељ
комит
2d2dde2ec0
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      web/building_saas/standard_interface/export/guangxi_common.js

+ 2 - 1
web/building_saas/standard_interface/export/guangxi_common.js

@@ -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) {