Commit b384cda2 authored by 黄奎's avatar 黄奎

11

parent e622536e
......@@ -2177,16 +2177,19 @@
testApi() {
var postMsg = {};
var cmd = "";
cmd = "ppt_trip_DeleteTripMain";
cmd = "";
postMsg = {
MainId: 1,
}
if (cmd != '') {
this.apipost(
cmd, postMsg,
res => {
console.log("testApi", res);
}
);
}
},
//测试方法
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