|
|
|
@ -188,8 +188,9 @@ export default { |
|
|
|
this.$router.push({ path: '/workRecord-Monthrecordinforoute', query: { isAdd: '1', disabled: disabled, infoId: infoId } }) |
|
|
|
}, |
|
|
|
getOptions () { |
|
|
|
var paa = {deptType:'party'} |
|
|
|
this.$http |
|
|
|
.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`) |
|
|
|
.post(`/sys/user/deptOptions/getByLoginUserNew`,paa) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
|