|
@@ -347,6 +347,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
+import axios from 'axios'
|
|
|
import { Add, Update, queryPageSysExam, queryTree } from "../api";
|
|
|
import { getAllmemberRank } from "@/views/resetTeaming/api";
|
|
|
export default {
|
|
@@ -421,6 +422,8 @@ export default {
|
|
|
} else {
|
|
|
this.form.rankIdType = 0;
|
|
|
}
|
|
|
+ const xmlres = await axios(this.detail.xmlUrl)
|
|
|
+ this.partListNames = this.getPartListNames(xmlres.data)
|
|
|
this.FeatchDetailList();
|
|
|
} else {
|
|
|
// 新增条件下默认设置为收费
|