|
@@ -13082,6 +13082,21 @@ export default {
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ // 获取学校或组织随机码
|
|
|
|
|
+ getCode2(){
|
|
|
|
|
+ let params = {
|
|
|
|
|
+ oid: this.oid,
|
|
|
|
|
+ org: this.org
|
|
|
|
|
+ };
|
|
|
|
|
+ this.ajax
|
|
|
|
|
+ .get(this.$store.state.api + "getCode2", params)
|
|
|
|
|
+ .then(res => {
|
|
|
|
|
+ this.Code2 = res.data[0][0].code2
|
|
|
|
|
+ })
|
|
|
|
|
+ .catch(err => {
|
|
|
|
|
+ console.error(err);
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
//查看应用中心作业
|
|
//查看应用中心作业
|
|
|
openCocoFlow(w){
|
|
openCocoFlow(w){
|
|
|
this.$refs.cocoFlowDiaRef.openAppWork(w)
|
|
this.$refs.cocoFlowDiaRef.openAppWork(w)
|