Yang 3 years ago
commit dde09bedcf

@ -286,6 +286,10 @@ export default {
if (postData[key] == "" && key != "FTestCode") return false;
}
if (!postData.FIsRaw) {
postData.FIsRaw = false;
}
postData = JSON.parse(JSON.stringify(postData));
this._postTermData(postData);
},

Loading…
Cancel
Save