-
+
-
-
+
+
@@ -23,7 +37,11 @@
-
+
@@ -69,7 +87,11 @@
-
+
@@ -185,7 +207,7 @@ export default {
let that = this;
window.getParameter = that.getParameter;
},
- mounted() { },
+ mounted() {},
methods: {
getParameter(data) {
@@ -262,8 +284,9 @@ export default {
});
this.loading = false;
console.log(data);
- if (data.data && data.state) {
+ if (data.data !== null && data.state) {
var obj = JSON.parse(data.data.mark_value);
+ console.log(obj);
this.formData.ippz_wllx = obj.ippz_wllx;
this.ippz_ip1 = obj.ippz_ip.split(".")[0];
this.ippz_ip2 = obj.ippz_ip.split(".")[1];