ZaiZai 1 年間 前
コミット
109775bc8e
2 ファイル変更4 行追加3 行削除
  1. 2 2
      manifest.json
  2. 2 1
      pages/data-fill/editTable.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "泓创数字工程",
     "appid" : "__UNI__A0B807E",
     "description" : "",
-    "versionName" : "2.0.3",
-    "versionCode" : 203,
+    "versionName" : "2.0.4",
+    "versionCode" : 204,
     "transformPx" : false,
     "networkTimeout" : {
         "request" : 300000,

+ 2 - 1
pages/data-fill/editTable.vue

@@ -166,6 +166,7 @@ const getNodeStatus = async () => {
     await queryNodeStatus()
     await getWbsContractById()
     uni.hideLoading();
+    return Promise.resolve(true)
 }
 
 //获取数据详情
@@ -294,11 +295,11 @@ const toHideClick = async () => {
 
 //预览表单
 const previewClick = async () => {
-    await getNodeStatus()
     if (isFormRender.value === false) {
         errorToast('表单未渲染完成,请稍后再试');
         return
     }
+    await getNodeStatus()
     const { pkeyId, isBussShow, isTabPdf, pdfUrl } = pageNode.value
     if (!pkeyId) {
         errorToast('pkeyId为空');