| | |
| | | order by dict_sort asc
|
| | | </select>
|
| | |
|
| | | <select id="selectDictDataByType" parameterType="SysDictData" resultMap="SysDictDataResult">
|
| | | <select id="selectDictDataByType" parameterType="String" resultMap="SysDictDataResult">
|
| | | <include refid="selectDictDataVo"/>
|
| | | where status = '0' and dict_type = #{dictType} order by dict_sort asc
|
| | | </select>
|
| | |
| | | }
|
| | | authUserSelectAll({ roleId: roleId, userIds: userIds }).then(res => {
|
| | | this.$modal.msgSuccess(res.msg);
|
| | | if (res.code === 200) {
|
| | | this.visible = false;
|
| | | this.$emit("ok");
|
| | | }
|
| | | });
|
| | | this.visible = false;
|
| | | this.$emit("ok");
|
| | | }); |
| | | }
|
| | | }
|
| | | };
|