Commit 056a64f7 by 李萌萌

修改省/地市发查询总数后,分配后的总数平均分配给该地市下的用户

parent e79c3fd8
<!--
* @Author: your name
* @Date: 2021-12-24 09:50:39
* @LastEditTime: 2022-01-14 13:56:36
* @LastEditTime: 2022-01-18 14:26:18
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\SystemManage\QueryPermission.vue
......@@ -549,6 +549,9 @@ export default {
const self = this;
this.changeTotalNumber(this.shengtingCode, 1, val, function(res) {
self.loadShengtingData();
// 修改省/地市发查询总数后,分配后的总数平均分配给该地市下的用户20220118
self.loadDishiData();
self.getMapPageData();
});
},
// 修改地市发查询总数
......
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