Compare commits
No commits in common. "c459dff15b14b19b00036aabfe206eb2e67219f3" and "4df130985ed91cb8c4991b2a23f8055d5c37458d" have entirely different histories.
c459dff15b
...
4df130985e
@ -34,14 +34,6 @@ export function getWorker(id) {
|
||||
})
|
||||
}
|
||||
|
||||
// 测试发消息
|
||||
export function sedMessage() {
|
||||
return request({
|
||||
url: '/repair/worker/sendMessage?userId=708',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 获得维修工人分页
|
||||
export function getWorkerPage(params) {
|
||||
return request({
|
||||
|
@ -22,8 +22,6 @@
|
||||
<el-col :span="1.5">
|
||||
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="chooseUser()">选择用户
|
||||
</el-button>
|
||||
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="sendMesg()">测试发消息
|
||||
</el-button>
|
||||
</el-col>
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
@ -121,9 +119,7 @@ export default {
|
||||
chooseUser(){
|
||||
this.$refs["chooseUserRef"].open();
|
||||
},
|
||||
async sendMesg(){
|
||||
const res = await WorkerApi.sedMessage();
|
||||
},
|
||||
|
||||
/** 搜索按钮操作 */
|
||||
handleQuery() {
|
||||
this.queryParams.pageNo = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user