|
@@ -1077,14 +1077,15 @@ export default {
|
|
|
|
|
|
//subjectIdList
|
|
|
}
|
|
|
- }, watch: {
|
|
|
- rightForm: {
|
|
|
- handler (newName, oldName) {
|
|
|
- this.computationalBtn = false
|
|
|
- },
|
|
|
- deep: true
|
|
|
- }
|
|
|
- }
|
|
|
+ },
|
|
|
+ // watch: {
|
|
|
+ // rightForm: {
|
|
|
+ // handler (newName, oldName) {
|
|
|
+ // this.computationalBtn = false
|
|
|
+ // },
|
|
|
+ // deep: true
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|