Sfoglia il codice sorgente

广西接口紧急修复

Tony Kang 2 anni fa
parent
commit
2d2dde2ec0

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