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,
} }
if (cmd != '') {
this.apipost( this.apipost(
cmd, postMsg, cmd, postMsg,
res => { res => {
console.log("testApi", 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