Explorar el Código

广西接口紧急修复

Tony Kang hace 2 años
padre
commit
2d2dde2ec0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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) {