Quellcode durchsuchen

fix(qms): 修复实验报告提交成功事件名

将 experimentReportSuccess 事件改为 success,并更新版本号至 V1.0.4.42。
yusheng vor 2 Tagen
Ursprung
Commit
4ecdf0eb23
2 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen
  1. 2 2
      manifest.json
  2. 3 1
      pages/qms/inspectionWork/experimentReport.vue

+ 2 - 2
manifest.json

@@ -2,7 +2,7 @@
     "name" : "AiMill工业互联网平台",
     "appid" : "__UNI__45B3907",
     "description" : "",
-    "versionName" : "V1.0.4.41",
+    "versionName" : "V1.0.4.42",
     "versionCode" : "100",
     "transformPx" : false,
     "h5" : {
@@ -14,7 +14,7 @@
                     // "target" : "http://114.116.248.196:86/api/",
                     // "target": "http://116.63.185.248:80/api",
                     // "target" : "http://192.168.1.251:18086/",sss
-					  "target" : "http://192.168.1.251:18086/",
+                    "target" : "http://192.168.1.251:18086/",
                     // "target" : "http://192.168.1.251:18086/",
                     // "target" : "http://192.168.1.102:18086/",
                     // "target" : "http://aiot.zoomwin.com.cn:51001/api",

+ 3 - 1
pages/qms/inspectionWork/experimentReport.vue

@@ -597,7 +597,9 @@
 				// return
 				api(data)
 					.then((msg) => {
-						this.$emit('experimentReportSuccess', {
+
+						
+						this.$emit('success', {
 							workId: data.qualityWorkOrderId,
 							projectId: this.projectData.id,
 						})