Commit b9073d118cdcedccdef4b5822ddabe9721ad54a7

Authored by fengwotao
1 parent cacdeb63

替换之前重构好的相关脚本管理代码

... ... @@ -95,8 +95,10 @@
95 95 openModal(true, modalParams);
96 96 };
97 97
98   - const handleSuccess = () => {
  98 + const handleSuccess = ({ rest }) => {
99 99 getSelectOptions();
  100 + const { id } = rest;
  101 + scriptId.value = id;
100 102 };
101 103
102 104 const handleChange = (value) => {
... ...