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