@ -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);
},