Commit d4749766 by DESKTOP-7Q3CA17\86137

gsb

parent ff8fe6c3
......@@ -18,6 +18,11 @@ class EcompanybusiService extends ServiceBase {
[this.db.Op.eq]: params.appId
};
}
if (params.mchtId) {
where.mchtId = {
[this.db.Op.eq]: params.mchtId
};
}
var orderby = [
["id", 'desc']
......
......@@ -12,6 +12,10 @@
<span style="color:2F2F2F;font-size: 14px;" >appId: </span>
<el-input v-model="search.appId" placeholder="请输入appId" maxlength="100" clearable style="max-width:200px;height: 36px;" ></el-input>
</div>
<div style="float:left;width: 300px;">
<span style="color:2F2F2F;font-size: 14px;" >mchtId: </span>
<el-input v-model="search.mchtId" placeholder="请输入mchtId" maxlength="100" clearable style="max-width:200px;height: 36px;" ></el-input>
</div>
<div style="float:left;margin-top:5px;">
<el-button @click="resetSearch()" style="float:right;width:68px;height:36px;background-color: #54C4A7;color: #FFFFFF;font-size: 14px;padding-top:10px;" >重置</el-button>
......
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