Commit b384cda2 authored by 黄奎's avatar 黄奎

11

parent e622536e
...@@ -2177,16 +2177,19 @@ ...@@ -2177,16 +2177,19 @@
testApi() { testApi() {
var postMsg = {}; var postMsg = {};
var cmd = ""; var cmd = "";
cmd = "ppt_trip_DeleteTripMain"; cmd = "";
postMsg = { postMsg = {
MainId: 1,
} }
this.apipost( if (cmd != '') {
cmd, postMsg, this.apipost(
res => { cmd, postMsg,
console.log("testApi", res); res => {
} console.log("testApi", res);
); }
);
}
}, },
//测试方法 //测试方法
testEmp() { testEmp() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment