基本上我有这两种形式:
Dim intValueR As Range
Dim intValueR2 As Range
Dim intValue1 As Integer
Dim intValue2 As Integer
Set intValueR = ActiveDocument.Sections(3).Range
Set intValueR2 = ActiveDocument.Sections(2).Range
intValue1 = CStr(intValueR.Information(wdActiveEndPageNumber))
intValue2 = CStr(intValueR2.Information(wdActiveEndPageNumber)) + 1
我尝试做的是在第一个表单(类)上调用ngModelChange时我想重置级别表单。我觉得这样做真的很容易,我只是没有谷歌我想要做的正确,任何帮助将不胜感激。
答案 0 :(得分:0)
简单,
onSelectClass(event){
this.selectedLevel="";
}