Browse Source

工作日志分类

test
jianjun 3 years ago
parent
commit
1dabe36d7b
  1. 7
      src/views/modules/workSys/workLog/list.vue

7
src/views/modules/workSys/workLog/list.vue

@ -202,12 +202,7 @@ export default {
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
const url = '/heart/workdiaryService/serviceType/delete' const url = '/heart/workdiaryService/serviceType/delete'
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/gov/issue/issueprojectcategorydict/delcategory' window.app.ajax.post(url, [row.id],
const param = {
customerId: this.customerId,
ids: [row.id]
}
window.app.ajax.post(url, param,
(data, rspMsg) => { (data, rspMsg) => {
this.$message.success('操作成功') this.$message.success('操作成功')
this.loadData() this.loadData()

Loading…
Cancel
Save